Spread Windows Forms 8.0 Product Documentation
NamedObjectCollection<T> Class
Members 


Represents the strongly typed collection of INamedObject objects. Provides methods and properties to search and access items using the INamedObject.Name property of the INamedObject object.
Object Model
NamedObjectCollection<T> ClassT Class
Syntax
'Declaration
 
Public Class NamedObjectCollection(Of T As INamedObject) 
   Inherits CollectionBase(Of T)
'Usage
 
Dim instance As NamedObjectCollection(Of T)
public class NamedObjectCollection<T> : CollectionBase<T> 
where T: INamedObject
Type Parameters
T
Inheritance Hierarchy

System.Object
   System.Collections.CollectionBase
      GrapeCity.Win.Spread.InputMan.CellType.CollectionBase<T>
         GrapeCity.Win.Spread.InputMan.CellType.NamedObjectCollection<T>
            GrapeCity.Win.Spread.InputMan.CellType.DateTimeDisplayFieldCollectionInfo
            GrapeCity.Win.Spread.InputMan.CellType.DateTimeFieldCollectionInfo
            GrapeCity.Win.Spread.InputMan.CellType.Fields.DisplayFieldCollection<T>
            GrapeCity.Win.Spread.InputMan.CellType.Fields.FieldCollection<T>
            GrapeCity.Win.Spread.InputMan.CellType.SideButtonCollectionInfo

Requirements

Target Platforms: Windows 2000 Professional (SP4), Windows 2000 Server, Windows 2003 Server (SP1), Windows 2008, Windows XP (SP2), Windows Vista, Windows 7, Windows 8

See Also

Reference

NamedObjectCollection<T> Members
GrapeCity.Win.Spread.InputMan.CellType Namespace

 

 


Copyright © GrapeCity, inc. All rights reserved.